home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gNavMovieID
- set the text of cast "Object Filename" to the moviePath & "TREK"
- ClosePanoMovie()
- set the ink of sprite 2 to 0
- updateStage()
- set the ink of sprite 2 to 1
- updateStage()
- OpenNavMovie(the text of cast "Object Filename", 2, 1)
- if gNavMovieID <> EMPTY then
- go("Object")
- else
- go("Start")
- updateStage()
- alert("Can't open file:" & RETURN & RETURN & QUOTE & the text of cast "Object Filename" & QUOTE & RETURN & RETURN & "as an object movie.")
- end if
- end
-